#!/usr/bin/env bash

RESULT=`/usr/bin/open 'http://www.etinysoft.com/inetget.html'`
RESULT=`/usr/bin/osascript -e 'tell application "Finder" to reveal application file id "com.eTinySoft.iNetGet"'`
RESULT=`/usr/bin/open -b 'com.eTinySoft.iNetGet'`

exit 0
